home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / gconf2 / README.Debian < prev    next >
Encoding:
Text File  |  2010-11-06  |  2.0 KB  |  52 lines

  1. GConf 2 for Debian
  2. ==================
  3.  
  4. The default GConf sources accessed by the GConf daemon are the 
  5. following, in order:
  6.  
  7. * /etc/gconf/gconf.xml.mandatory/
  8.   Mandatory settings set by the administrator. You can edit them with
  9.   gconf-editor, as root, to override any user settings.
  10.  
  11. * /var/lib/gconf/debian.mandatory/
  12.   This directory contains mandatory settings provided by Debian, CDD or 
  13.   local packages.  Mandatory settings are shipped in 
  14.   /usr/share/gconf/mandatory and set by update-gconf-defaults (see the 
  15.   documentation for defaults next).
  16.  
  17. * ~/.gconf/
  18.   The user's settings.
  19.  
  20. * /etc/gconf/gconf.xml.defaults/
  21.   Default settings set by the administrator. Edit them as root with
  22.   gconf-editor.
  23.  
  24. * /var/lib/gconf/debian.defaults/
  25.   This directory contains some defaults provided by Debian, CDD or local
  26.   packages. Packages should install their defaults in the
  27.   /usr/share/gconf/defaults/ directory. The files in this directory 
  28.   can follow one of two formats, which is determined based on the naming 
  29.   pattern:
  30.    - NN_package: simple key/value pairings
  31.    - NN_package.entries: standard gconftool -R format xml dump
  32.   NN should be 10 for Debian packages, 20 for CDD packages, and larger 
  33.   for site-specific packages.
  34.  
  35.   The contents of /var/lib/gconf/debian.defaults/ can be regenerated 
  36.   using the update-gconf-defaults command, which is done in the 
  37.   package's post-installation script.
  38.  
  39. * /var/lib/gconf/defaults/
  40.   This directory contains the defaults computed from the upstream
  41.   schemas that lie in /usr/share/gconf/schemas. This is done by the
  42.   gconf-schemas script in the package's post-installation script.
  43.  
  44. All system directories use a %gconf-tree.xml file containing the whole
  45. structure, for performance reasons. The upgrade from the previous
  46. situation (tree of %gconf.xml files) is done in gconf2 2.12.1-5.
  47.  
  48. By default, the home directory structure is created as a tree layout 
  49. since it improves write performance. If you want to use a merged tree 
  50. on the home directory, you should run the following command:
  51.   gconf-merge-tree ~/.gconf/
  52.